func github.com/andybalholm/brotli.histogramAddCommand

7 uses

	github.com/andybalholm/brotli (current package)
		block_splitter_command.go#L185: 		histogramAddCommand(&histograms[block_ids[i]], uint(data[i]))
		block_splitter_command.go#L240: 				histogramAddCommand(&histograms[j], uint(data[pos]))
		block_splitter_command.go#L320: 				histogramAddCommand(&histo, uint(data[pos]))
		brotli_bit_stream.go#L1374: 		histogramAddCommand(cmd_histo, uint(cmd.cmd_prefix_))
		histogram.go#L76: func histogramAddCommand(self *histogramCommand, val uint) {
		histogram.go#L196: 		histogramAddCommand(&insert_and_copy_histograms[insert_and_copy_it.type_], uint(cmd.cmd_prefix_))
		metablock_command.go#L160: 	histogramAddCommand(&self.histograms_[self.curr_histogram_ix_], symbol)